home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(Key.isDown(40) && _root.chara02.nop1 == 0)
- {
- if(nop3 <= 15)
- {
- nop3 += 1;
- this._height += 0.5;
- this._width += 2;
- this._y += 5;
- }
- }
- else if(nop3 > 0)
- {
- nop3 -= 1;
- this._height -= 0.5;
- this._width -= 2;
- this._y -= 5;
- }
- _Y = _root.chara02._y;
- if(_root.chara02.nop1 != 0)
- {
- _width = 30;
- _Y = _global.defY;
- }
- else if(nop3 == 0)
- {
- _width = 35;
- }
- }
-